summaryrefslogtreecommitdiffstats
path: root/sw/dmx2artnet/platformio.ini
blob: cb211198be7d36953502896728e7d36e6ce9f6ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; https://docs.platformio.org/page/projectconf.html

[env:myboard]
board_build.f_cpu = 160000000L
platform = espressif8266
board = nodemcuv2
monitor_speed = 115200
upload_speed = 1500000
; build_flags = !echo "-DDEBUG_ESP_CORE -DDEBUG_ESP_WIFI -DDEBUG_ESP_PORT=Serial1 -DIP_FORWARD=1 -DMONITOR_SPEED=115200 -DWIFI_PW=$GROMKA_WIFI_PW"
build_flags = !echo "-DIP_FORWARD=1 -DMONITOR_SPEED=115200 -DWIFI_PW=$GROMKA_WIFI_PW"
framework = arduino
board_build.filesystem = littlefs
board_build.ldscript = eagle.flash.4m2m.ld
src_filter = -<*> +<main.cpp>